Share via


PersonPicture.IsGroup Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die PersonPicture eine Gruppe oder eine Person darstellt, oder legt diesen fest.

public:
 property bool IsGroup { bool get(); void set(bool value); };
bool IsGroup();

void IsGroup(bool value);
public bool IsGroup { get; set; }
var boolean = personPicture.isGroup;
personPicture.isGroup = boolean;
Public Property IsGroup As Boolean
<PersonPicture IsGroup="bool"/>

Eigenschaftswert

Boolean

bool

true , wenn die PersonPicture eine Gruppe darstellt; andernfalls false.

Gilt für: