SPProviderSearchArguments.HierarchyNodeID property
取得或設定階層節點的識別碼。
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property HierarchyNodeID As String
Get
Set
'用途
Dim instance As SPProviderSearchArguments
Dim value As String
value = instance.HierarchyNodeID
instance.HierarchyNodeID = value
public string HierarchyNodeID { get; set; }
Property value
Type: System.String
String 包含階層節點的識別碼。
請參閱
參照
SPProviderSearchArguments class