SdtElement.SdtProperties Property
Gets/Sets the SdtProperties.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property SdtProperties As SdtProperties
Get
Set
'Usage
Dim instance As SdtElement
Dim value As SdtProperties
value = instance.SdtProperties
instance.SdtProperties = value
public SdtProperties SdtProperties { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.SdtProperties