Gets or sets a Boolean value that determines whether to collect the current Office document in a .cab file. Namespace: Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As AemCollectionResponse
Dim value As Nullable(Of Boolean)

value = instance.FDoc

instance.FDoc = value

Syntax

Visual Basic
Public Property FDoc As Nullable(Of Boolean)
C#
public Nullable<bool> FDoc { get; set; }
C++
public:
property Nullable<bool> FDoc {
		Nullable<bool> get ();
		void set (Nullable<bool> value);
}
J#
/** @property */
public Nullable<boolean> get_FDoc ()

/** @property */
public void set_FDoc (Nullable<boolean> value)
JScript
public function get FDoc () : Nullable<boolean>

public function set FDoc (value : Nullable<boolean>)

Property Value

true if the Office file should be collected in a .cab file; otherwise, false.cab file.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also