Signature.Id 属性

定义

获取或设置当前 Signature 的 ID。Gets or sets the ID of the current Signature.

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

属性值

String

当前 Signature 的 ID。The ID of the current Signature. 默认值为 nullThe default is null.

注解

使用 Id 属性可将字符串 ID 添加到当前元素的 XML 表示形式 SignatureUse 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.

适用于

另请参阅