BasicOperationServiceSearchCriteriaServicePath Property |
Gets or sets the service path.
Namespace: Atomia.Provisioning.BasicOperationsAssembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
Syntaxpublic string ServicePath { get; set; }
Public Property ServicePath As String
Get
Set
public:
property String^ ServicePath {
String^ get ();
void set (String^ value);
}
member ServicePath : string with get, set
Property Value
Type:
StringThe service path.
See Also