Show / Hide Table of Contents

Class TagOptionReference

A reference to a TagOption resource.

Inheritance
object
TagOptionReference
Implements
ITagOptionReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TagOptionReference : ITagOptionReference
Syntax (vb)
Public Class TagOptionReference Implements ITagOptionReference
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.AWS.Servicecatalog;

            var tagOptionReference = new TagOptionReference {
                TagOptionId = "tagOptionId"
            };

Synopsis

Constructors

TagOptionReference()

A reference to a TagOption resource.

Properties

TagOptionId

The Id of the TagOption resource.

Constructors

TagOptionReference()

A reference to a TagOption resource.

public TagOptionReference()
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.AWS.Servicecatalog;

            var tagOptionReference = new TagOptionReference {
                TagOptionId = "tagOptionId"
            };

Properties

TagOptionId

The Id of the TagOption resource.

public string TagOptionId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ITagOptionReference
Back to top Generated by DocFX