Class StringValueAttribute (1.50.0)

public class StringValueAttribute : Attribute

Defines an attribute containing a string representation of the member.

Inheritance

Object > StringValueAttribute

Namespace

Google.Apis.Util

Assembly

Google.Apis.Core.dll

Constructors

StringValueAttribute(String)

public StringValueAttribute(string text)

Creates a new string value attribute with the specified text.

Parameter
NameDescription
textString

Properties

Text

public string Text { get; }

The text which belongs to this member.

Property Value
TypeDescription
String

Extension Method