DataClassStruct.ModelId Property
Gets or sets the mode identifier (ID).
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ModelId As UInteger
Get
Set
'Usage
Dim instance As DataClassStruct
Dim value As UInteger
value = instance.ModelId
instance.ModelId = value
public uint ModelId { get; set; }
Property Value
Type: System.UInt32
The mode ID.