  | GroupCommunityID Property  | 
 
            Gets or sets the community ID.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string CommunityID { get; set; }Public Property CommunityID As String
	Get
	Set
public:
property String^ CommunityID {
	String^ get ();
	void set (String^ value);
}function get CommunityID () : String
function set CommunityID (value : String)
function get_CommunityID();
function set_CommunityID(value);
Property Value
Type: 
StringThe community ID.
See Also