Class StringValueAttribute (1.60.0)

[AttributeUsage(AttributeTargets.Field, AllowMultiple = false)]
public class StringValueAttribute : Attribute

Defines an attribute containing a string representation of the member.

Inheritance

object > Attribute > StringValueAttribute

Namespace

GoogleApisUtil

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