Propriedade do RDL SystemProperties
Gets or sets an ArrayOfSystemPropertyValue complex type.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'SystemPropertyValue> ) > ) >
Collection of type SystemPropertyValue.
Consulte também