RelaxISRemoteOptionsConnectionSettingsIdentifier Property |
The identifier of the WCF node as set on the RelaxIS server.
Namespace: RelaxIS_SDK.ToolsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string Identifier { get; set; }
Public Property Identifier As String
Get
Set
Dim instance As RelaxISRemoteOptionsConnectionSettings
Dim value As String
value = instance.Identifier
instance.Identifier = value
Return Value
StringThe identifier as a string value.
See Also