GroupOfServiceToDelete2ChildNames Property |
Gets or sets names of the child services.
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public string[] ChildNames { get; set; }
Public Property ChildNames As String()
Get
Set
public:
property array<String^>^ ChildNames {
array<String^>^ get ();
void set (array<String^>^ value);
}
member ChildNames : string[] with get, set
Property Value
Type:
StringNames of the child services.
See Also