Claim.ValueType Property

Definition

Gets the value type of the claim.

public:
 property System::String ^ ValueType { System::String ^ get(); };
public string ValueType { get; }
member this.ValueType : string
Public ReadOnly Property ValueType As String

Property Value

The claim value type.

Remarks

The ValueType property contains a string that identifies the type information of the value. This property can be used to understand the format of the value and to provide information about how to serialize and deserialize the value. If your solution requires complex value types, it is recommended that you use standard XML schema types in the ValueType property to indicate how the Value property is meant to be serialized and deserialized from a string.

Applies to

See also