ProfilePropertyMetadata.SerializeAs Property

Definition

Gets or sets a value that indicates how to serialize the property value.

public:
 property int SerializeAs { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int SerializeAs { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SerializeAs : int with get, set
Public Property SerializeAs As Integer

Property Value

The enumeration value.

Attributes

Applies to