DisplaySequence フィールド
表示シーケンスを指定します。
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.dll)
構文
'宣言
<DataMemberAttribute> _
Public DisplaySequence As Integer
'使用
Dim instance As SystemSetting
Dim value As Integer
value = instance.DisplaySequence
instance.DisplaySequence = value
[DataMemberAttribute]
public int DisplaySequence
[DataMemberAttribute]
public:
int DisplaySequence
[<DataMemberAttribute>]
val mutable DisplaySequence: int
public var DisplaySequence : int