SDTProperties
Alias Property
|
Gets or sets the an alias.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string Alias { get; set; }
Public Property Alias As String
Get
Set
public:
property String^ Alias {
String^ get ();
void set (String^ value);
}
member Alias : string with get, set
Property Value
Type:
String
See Also