Class StringValueAttribute
Defines an attribute containing a string representation of the member.
Inherited Members
Namespace: Google.Apis.Util
Assembly: Google.Apis.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false)]
public class StringValueAttribute : Attribute
Constructors
StringValueAttribute(string)
Creates a new string value attribute with the specified text.
Declaration
public StringValueAttribute(string text)
Parameters
Type | Name | Description |
---|---|---|
string | text |
Properties
Text
The text which belongs to this member.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
string |