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 name of the system settings group to filter on.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property Group As Identifier
Get
Set
'Usage
Dim instance As SystemSettingsGetCriteria
Dim value As Identifier
value = instance.Group
instance.Group = value
[DataMemberAttribute(IsRequired = false)]
public Identifier Group { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property Identifier^ Group {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(IsRequired = false)>]
member Group : Identifier with get, set
function get Group () : Identifier
function set Group (value : Identifier)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The name of the system settings group to filter on.
See Also
Reference
SystemSettingsGetCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace