Identifier.InternalId 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.
Gets or sets the internal integer ID.
public:
property int InternalId { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember(Order=2)]
public int InternalId { get; set; }
[<System.Runtime.Serialization.DataMember(Order=2)>]
member this.InternalId : int with get, set
Public Property InternalId As Integer
Property Value
An integer that represents the ID.
- Attributes