MetadataDataContract<TIdType>.Identifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the Identifier.
public:
property TIdType Identifier { TIdType get(); void set(TIdType value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public TIdType Identifier { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Identifier : 'IdType with get, set
Public Property Identifier As TIdType
Property Value
TIdType
The metadata identifier.
- Attributes