FsrmSettingClass Class

 

Used to configure FSRM.

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

System.Object
  Microsoft.Storage.FsrmSettingClass

<ClassInterfaceAttribute(0)>
<GuidAttribute("F556D708-6D4D-4594-9C61-7DBB0DAE2A46")>
Public Class FsrmSettingClass
	Implements IFsrmSetting, FsrmSetting

NameDescription
System_CAPS_pubmethodFsrmSettingClass()

Creates a new instance of the FsrmSettingClass class.

NameDescription
System_CAPS_pubpropertyAdminEmail

Retrieves or sets the email address for the administrator.

System_CAPS_pubpropertyDisableCommandLine

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

System_CAPS_pubpropertyEnableScreeningAudit

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

System_CAPS_pubpropertyMailFrom

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

System_CAPS_pubpropertySmtpServer

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

NameDescription
System_CAPS_pubmethodEmailTest(String)

Send an email message to the specified email address.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetActionRunLimitInterval(_FsrmActionType)

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

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSetActionRunLimitInterval(_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_pubmethodToString()

(Inherited from Object.)

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

Return to top

Community Additions

ADD
Show: