Survey.Guid property
Namespace: DocumentFormat.OpenXml.Office15.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "guid")> _
Public Property Guid As StringValue
Get
Set
'Usage
Dim instance As Survey
Dim value As StringValue
value = instance.Guid
instance.Guid = value
[SchemaAttrAttribute(, "guid")]
public StringValue Guid { get; set; }
Property value
Type: DocumentFormat.OpenXml.StringValue