ExternalConnectionSSOId Property |
Identifier for Single Sign On (SSO) used for authentication between an intermediate
spreadsheetML server and the external data source.
Namespace:
Aspose.Cells.ExternalConnections
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic string SSOId { get; set; }
Public Property SSOId As String
Get
Set
public:
property String^ SSOId {
String^ get ();
void set (String^ value);
}
member SSOId : string with get, set
Property Value
Type:
String
See Also