Show / Hide Table of Contents

Class GetContextKeyResult

Inheritance
object
GetContextKeyResult
Implements
IGetContextKeyResult
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

public string Key { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Props

public IDictionary<string, object> Props { get; set; }
Property Value

IDictionary<string, object>

Remarks

ExampleMetadata: fixture=_generated

Implements

IGetContextKeyResult
Back to top Generated by DocFX