Share via


FsrmSettingClass Class

 

Used to configure FSRM.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Storage.FsrmSettingClass

Syntax

[ClassInterfaceAttribute(0)]
[GuidAttribute("F556D708-6D4D-4594-9C61-7DBB0DAE2A46")]
public class FsrmSettingClass : IFsrmSetting, FsrmSetting
[ClassInterfaceAttribute(0)]
[GuidAttribute("F556D708-6D4D-4594-9C61-7DBB0DAE2A46")]
public ref class FsrmSettingClass : IFsrmSetting, FsrmSetting
[<ClassInterfaceAttribute(0)>]
[<GuidAttribute("F556D708-6D4D-4594-9C61-7DBB0DAE2A46")>]
type FsrmSettingClass = 
    class
        interface IFsrmSetting
        interface FsrmSetting
    end
<ClassInterfaceAttribute(0)>
<GuidAttribute("F556D708-6D4D-4594-9C61-7DBB0DAE2A46")>
Public Class FsrmSettingClass
    Implements IFsrmSetting, FsrmSetting

Constructors

Name Description
System_CAPS_pubmethod FsrmSettingClass()

Creates a new instance of the FsrmSettingClass class.

Properties

Name Description
System_CAPS_pubproperty AdminEmail

Retrieves or sets the email address for the administrator.

System_CAPS_pubproperty DisableCommandLine

Retrieves or sets a value that determines whether FSRM prevents command line actions from running.

System_CAPS_pubproperty EnableScreeningAudit

Retrieves or sets a value that determines whether FSRM keeps audit records of the file screen violations.

System_CAPS_pubproperty MailFrom

Retrieves or sets the default email address from which email messages are sent.

System_CAPS_pubproperty SmtpServer

Retrieves or sets the SMTP server that FSRM uses to send email.

Methods

Name Description
System_CAPS_pubmethod EmailTest(String)

Send an email message to the specified email address.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetActionRunLimitInterval(_FsrmActionType)

Gets the time that an action that uses the global run limit interval must wait before the action is run again.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SetActionRunLimitInterval(_FsrmActionType, Int32)

Sets the time that an action that uses the global run limit interval must wait before the action is run again.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

FsrmSetting
IFsrmSetting
Microsoft.Storage Namespace

Return to top