ConditionTreeNodeId 属性
Gets or sets the identifier of the owning condition tree node.
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property ConditionTreeNodeId As Identifier
Get
Set
用法
Dim instance As BRCondition
Dim value As Identifier
value = instance.ConditionTreeNodeId
instance.ConditionTreeNodeId = value
[DataMemberAttribute]
public Identifier ConditionTreeNodeId { get; set; }
[DataMemberAttribute]
public:
property Identifier^ ConditionTreeNodeId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute>]
member ConditionTreeNodeId : Identifier with get, set
function get ConditionTreeNodeId () : Identifier
function set ConditionTreeNodeId (value : Identifier)
属性值
类型:Microsoft.MasterDataServices.Services.DataContracts. . :: . .Identifier
A new instance of type Identifier.