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 | |
---|---|---|
FsrmSettingClass() | Creates a new instance of the FsrmSettingClass class. |
Properties
Name | Description | |
---|---|---|
AdminEmail | Retrieves or sets the email address for the administrator. |
|
DisableCommandLine | Retrieves or sets a value that determines whether FSRM prevents command line actions from running. |
|
EnableScreeningAudit | Retrieves or sets a value that determines whether FSRM keeps audit records of the file screen violations. |
|
MailFrom | Retrieves or sets the default email address from which email messages are sent. |
|
SmtpServer | Retrieves or sets the SMTP server that FSRM uses to send email. |
Methods
Name | Description | |
---|---|---|
EmailTest(String) | Send an email message to the specified email address. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetActionRunLimitInterval(_FsrmActionType) | Gets the time that an action that uses the global run limit interval must wait before the action is run again. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
SetActionRunLimitInterval(_FsrmActionType, Int32) | Sets the time that an action that uses the global run limit interval must wait before the action is run again. |
|
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