ChatRoomSession.IsFilePostAllowed 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 a Boolean value indicating whether file posting is allowed in the chat room.
public:
property bool IsFilePostAllowed { bool get(); };
public bool IsFilePostAllowed { get; }
member this.IsFilePostAllowed : bool
Public ReadOnly Property IsFilePostAllowed As Boolean
Property Value
True if file posting is allowed in the chat room; otherwise, false.