Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
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)
Syntax
public Nullable<bool> FDoc { get; set; }
public:
property Nullable<bool> FDoc {
Nullable<bool> get();
void set(Nullable<bool> value);
}
member FDoc : Nullable<bool> with get, set
Public Property FDoc As Nullable(Of Boolean)
Property Value
Type: System.Nullable<Boolean>
Returns a Boolean value that gives true if the Office file should be collected in a .cab file and false otherwise.
See Also
AemCollectionResponse Class
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace
Return to top