ContactCard.IsAllowedToShowPhoto Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the boolean value representing whether this presentity's photo should be displayed.
public:
property bool IsAllowedToShowPhoto { bool get(); void set(bool value); };
public bool IsAllowedToShowPhoto { get; set; }
member this.IsAllowedToShowPhoto : bool with get, set
Public Property IsAllowedToShowPhoto As Boolean