SourceValidation.Title property

Gets and sets the display name of a SourceValidation object.

Namespace:  Microsoft.Office.Server.Discovery
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Property Title As String
    Get
    Set
'Usage
Dim instance As SourceValidation
Dim value As String

value = instance.Title

instance.Title = value
public string Title { get; set; }

Property value

Type: System.String

See also

Reference

SourceValidation class

SourceValidation members

Microsoft.Office.Server.Discovery namespace