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