CustomLogField.SourceType Property

 

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

Syntax

public CustomLogFieldSourceType SourceType { get; set; }
public:
property CustomLogFieldSourceType SourceType {
    CustomLogFieldSourceType get();
    void set(CustomLogFieldSourceType value);
}
member SourceType : CustomLogFieldSourceType with get, set
Public Property SourceType As CustomLogFieldSourceType

Property Value

Type: Microsoft.Web.Administration.CustomLogFieldSourceType

See Also

CustomLogField Class
Microsoft.Web.Administration Namespace

Return to top