Class GetContextKeyResult
Implements
Inherited Members
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GetContextKeyResult : IGetContextKeyResult
Syntax (vb)
Public Class GetContextKeyResult Implements IGetContextKeyResult
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 props;
var getContextKeyResult = new GetContextKeyResult {
Key = "key",
Props = new Dictionary<string, object> {
{ "propsKey", props }
}
};
Synopsis
Constructors
| GetContextKeyResult() |
Properties
| Key | |
| Props |
Constructors
GetContextKeyResult()
public GetContextKeyResult()
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 props;
var getContextKeyResult = new GetContextKeyResult {
Key = "key",
Props = new Dictionary<string, object> {
{ "propsKey", props }
}
};
Properties
Key
Props
public IDictionary<string, object> Props { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated