Amazon.EC2.Model.Tag.Tag C# (CSharp) Method

Tag() public method

Instantiates Tag with the parameterized properties
public Tag ( string key ) : System
key string The key of the tag. Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with aws:
return System
        public Tag(string key)
        {
            _key = key;
        }

Same methods

Tag::Tag ( ) : System
Tag::Tag ( string key, string value ) : System