Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the name of the system settings group to filter on.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataMemberAttribute(IsRequired := False)> _
Public Property Group As Identifier
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The name of the system settings group to filter on.
Vea también
Referencia
SystemSettingsGetCriteria Clase
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts