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 system properties to return in the response.
Espacio de nombres: Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<MessageBodyMemberAttribute> _
Public Property SystemProperties As Collection(Of SystemPropertyValue)
Get
Set
'Uso
Dim instance As SystemPropertiesGetResponse
Dim value As Collection(Of SystemPropertyValue)
value = instance.SystemProperties
instance.SystemProperties = value
[MessageBodyMemberAttribute]
public Collection<SystemPropertyValue> SystemProperties { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<SystemPropertyValue^>^ SystemProperties {
Collection<SystemPropertyValue^>^ get ();
void set (Collection<SystemPropertyValue^>^ value);
}
[<MessageBodyMemberAttribute>]
member SystemProperties : Collection<SystemPropertyValue> with get, set
function get SystemProperties () : Collection<SystemPropertyValue>
function set SystemProperties (value : Collection<SystemPropertyValue>)
Valor de la propiedad
Tipo: System.Collections.ObjectModel.Collection<SystemPropertyValue>
The collection of system properties to return in the response.
Vea también
Referencia
SystemPropertiesGetResponse Clase
Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts