Udostępnij za pośrednictwem


AemCollectionResponse.FDoc Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

'Usage
Dim instance As AemCollectionResponse
Dim value As Nullable(Of Boolean)

value = instance.FDoc

instance.FDoc = value

Syntax

'Declaration
Public Property FDoc As Nullable(Of Boolean)
public Nullable<bool> FDoc { get; set; }
public:
property Nullable<bool> FDoc {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
/** @property */
public Nullable<boolean> get_FDoc ()

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

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

Property Value

Returns a Boolean value that gives true if the Office file should be collected in a .cab file and false otherwise.

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 Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

AemCollectionResponse Class
AemCollectionResponse Members
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace