Show / Hide Table of Contents

Class GetContextValueResult

Inheritance
object
GetContextValueResult
Implements
IGetContextValueResult
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 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

object

Remarks

ExampleMetadata: fixture=_generated

Implements

IGetContextValueResult
Back to top Generated by DocFX