ParentName Property
Reference to parent Account .
Syntax
[VB.NET] Public Property ParentName As String
[C#] public string ParentName {get; set;}
Remarks
This is a reference to a parent Account. If Parent is set to a nonempty string, then this Account is a sub-account its Parent.
Default Value
""