Champ IsSystem
Specifies a value indicating the relationship is that of system.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(IsRequired := False)> _
Public IsSystem As Boolean
'Utilisation
Dim instance As Model
Dim value As Boolean
value = instance.IsSystem
instance.IsSystem = value
[DataMemberAttribute(IsRequired = false)]
public bool IsSystem
[DataMemberAttribute(IsRequired = false)]
public:
bool IsSystem
[<DataMemberAttribute(IsRequired = false)>]
val mutable IsSystem: bool
public var IsSystem : boolean
Voir aussi