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 an integer value of a change tracking group.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ChangeTrackingGroup As Integer
Get
Set
'Usage
Dim instance As MetadataAttribute
Dim value As Integer
value = instance.ChangeTrackingGroup
instance.ChangeTrackingGroup = value
[DataMemberAttribute]
public int ChangeTrackingGroup { get; set; }
[DataMemberAttribute]
public:
property int ChangeTrackingGroup {
int get ();
void set (int value);
}
[<DataMemberAttribute>]
member ChangeTrackingGroup : int with get, set
function get ChangeTrackingGroup () : int
function set ChangeTrackingGroup (value : int)
Property Value
Type: System.Int32
An integer between 0-31.
Remarks
A non-zero value turns on change tracking for the attribute.