Class GetContextValueResult
Implements
Inherited Members
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GetContextValueResult : IGetContextValueResult
Syntax (vb)
Public Class GetContextValueResult Implements IGetContextValueResult
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
var value;
var getContextValueResult = new GetContextValueResult {
Value = value
};
Synopsis
Constructors
| GetContextValueResult() |
Properties
| Value |
Constructors
GetContextValueResult()
public GetContextValueResult()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
var value;
var getContextValueResult = new GetContextValueResult {
Value = value
};
Properties
Value
public object? Value { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated