OnDemandDocumentMapNode.Id 屬性
Gets a unique identifier for the node.
命名空間: Microsoft.ReportingServices.ReportProcessing
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property Id As String
Get
'用途
Dim instance As OnDemandDocumentMapNode
Dim value As String
value = instance.Id
public string Id { get; }
public:
property String^ Id {
String^ get ();
}
member Id : string
function get Id () : String
屬性值
型別:System.String
A string value that represents a unique identifier.