Connection.SingleSignOnId Property

SSO Id.Represents the attribte in schema: singleSignOnId

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "singleSignOnId")> _
Public Property SingleSignOnId As StringValue
    Get
    Set
'Usage
Dim instance As Connection
Dim value As StringValue

value = instance.SingleSignOnId

instance.SingleSignOnId = value
[SchemaAttrAttribute(, "singleSignOnId")]
public StringValue SingleSignOnId { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Connection Class

Connection Members

DocumentFormat.OpenXml.Spreadsheet Namespace