Signature.Id 属性
定义
public:
property System::String ^ Id { System::String ^ get(); void set(System::String ^ value); };
public string Id { get; set; }
member this.Id : string with get, set
Public Property Id As String
属性值
当前 Signature 的 ID。The ID of the current Signature. 默认值为 null。The default is null.
注解
使用 Id 属性可将字符串 ID 添加到当前元素的 XML 表示形式 Signature 。Use the Id property to add a string ID to the XML representation of the current Signature element. ID 用于引用 Signature 来自其他位置的。The ID is used to reference the Signature from another location.