Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the internal integer ID.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(Order := )> _
Public Property InternalId As Integer
Get
Set
'Usage
Dim instance As Identifier
Dim value As Integer
value = instance.InternalId
instance.InternalId = value
[DataMemberAttribute(Order = )]
public int InternalId { get; set; }
[DataMemberAttribute(Order = )]
public:
property int InternalId {
int get ();
void set (int value);
}
[<DataMemberAttribute(Order = )>]
member InternalId : int with get, set
function get InternalId () : int
function set InternalId (value : int)
Property Value
Type: System.Int32
An integer that represents the ID.