Show / Hide Table of Contents

Class GetContextValueResult

Inheritance
System.Object
GetContextValueResult
Implements
IGetContextValueResult
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GetContextValueResult : Object, IGetContextValueResult
Syntax (vb)
Public Class GetContextValueResult
    Inherits Object
    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()

Properties

Value

public object Value { get; set; }
Property Value

System.Object

Implements

IGetContextValueResult
Back to top Generated by DocFX