CustomLogField.SourceName Property

 

Namespace:   Microsoft.Web.Administration
Assembly:  Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)

Syntax

public string SourceName { get; set; }
public:
property String^ SourceName {
    String^ get();
    void set(String^ value);
}
member SourceName : string with get, set
Public Property SourceName As String

Property Value

Type: System.String

See Also

CustomLogField Class
Microsoft.Web.Administration Namespace

Return to top