In This Topic
The SPN to use when connecting to the server.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property SPN As String
[CanBeNull()]
public string SPN {get; set;}
[CanBeNull()]
public:
property String^ SPN {
String^ get();
void set ( String^ value);
}
See Also