Share via


SecurityFeature.Source Property

Gets or sets the name of the application that provides data for the security component. The application name is displayed in the Application column on the Security tab of the Windows SBS Console.

Namespace: Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure
Assembly: SHInfra (in shinfra.dll)

Usage

Syntax

'Declaration
Public Property Source As String
public string Source { get; set; }
public:
property String^ Source {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Source ()

/** @property */
public void set_Source (String value)
public function get Source () : String

public function set Source (value : String)

Property Value

An instance of String.

Remarks

This property supports the infrastructure and is not intended to be used directly from your code.

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 XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

SecurityFeature Class
SecurityFeature Members
Microsoft.WindowsServerSolutions.SystemHealth.Infrastructure Namespace