GroupOfServiceToDeleteChildName Property |
Gets or sets the name of the child service.
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public string ChildName { get; set; }
Public Property ChildName As String
Get
Set
public:
property String^ ChildName {
String^ get ();
void set (String^ value);
}
member ChildName : string with get, set
Property Value
Type:
StringThe name of the child service.
See Also