Share via


CustomLogField.LogFieldName Property

 

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

Syntax

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

Property Value

Type: System.String

See Also

CustomLogField Class
Microsoft.Web.Administration Namespace

Return to top