Group Property (Placement)
In This Topic
Returns a group that the Placement object belongs to. If the Placement object doesn't belong to any group, NULL is returned.
Syntax
public virtual Group Group {get;}
public:
virtual property Group^ Group {
Group^ get();
}
See Also