Show / Hide Table of Contents

Class StringValueAttribute

Defines an attribute containing a string representation of the member.

Inheritance
System.Object
StringValueAttribute
Namespace: Google.Apis.Util
Assembly: Google.Apis.Core.dll
Syntax
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
System.String text

Properties

Text

The text which belongs to this member.

Declaration
public string Text { get; }
Property Value
Type Description
System.String

Extension Methods

Utilities.ThrowIfNull<T>(T, String)
Back to top