Comment
AuthorInitials Property
|
Gets or sets the author's initials as a read-only String for a specified Comment object
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public string AuthorInitials { get; set; }
Public Property AuthorInitials As String
Get
Set
public:
property String^ AuthorInitials {
String^ get ();
void set (String^ value);
}
member AuthorInitials : string with get, set
Property Value
Type:
String
See Also