Partager via


Méthode ServiceClient.SystemPropertiesGet

Retrieves the immutable properties about the system.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
Public Function SystemPropertiesGet ( _
    International As International, _
    <OutAttribute> ByRef SystemProperties As Collection(Of SystemPropertyValue) _
) As OperationResult
'Utilisation
Dim instance As ServiceClient
Dim International As International
Dim SystemProperties As Collection(Of SystemPropertyValue)
Dim returnValue As OperationResult

returnValue = instance.SystemPropertiesGet(International, _
    SystemProperties)
public OperationResult SystemPropertiesGet(
    International International,
    out Collection<SystemPropertyValue> SystemProperties
)
public:
OperationResult^ SystemPropertiesGet(
    International^ International, 
    [OutAttribute] Collection<SystemPropertyValue^>^% SystemProperties
)
member SystemPropertiesGet : 
        International:International * 
        SystemProperties:Collection<SystemPropertyValue> byref -> OperationResult
public function SystemPropertiesGet(
    International : International, 
    SystemProperties : Collection<SystemPropertyValue>
) : OperationResult

Paramètres

Valeur de retour

Type : Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.

Voir aussi

Référence

ServiceClient Classe

Espace de noms Microsoft.MasterDataServices