AbstractConfigParentsUris Property
|
Parent server URI (may be several parent servers)
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic ReadOnlyCollection<string> ParentsUris { get; }
Public ReadOnly Property ParentsUris As ReadOnlyCollection(Of String)
Get
public:
property ReadOnlyCollection<String^>^ ParentsUris {
ReadOnlyCollection<String^>^ get ();
}
member ParentsUris : ReadOnlyCollection<string> with get
Property Value
Type:
ReadOnlyCollectionString
See Also