 | CommentAuthorId Property |
authorId
Represents the following attribute in the schema: authorId
Namespace: DocumentFormat.OpenXml.PresentationAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntaxpublic UInt32Value? AuthorId { get; set; }
Public Property AuthorId As UInt32Value
Get
Set
public:
property UInt32Value^ AuthorId {
UInt32Value^ get ();
void set (UInt32Value^ value);
}
member AuthorId : UInt32Value with get, set
Property Value
UInt32Value
See Also