Share via


TargetApplicationField.Name Property

Gets the name of the field.

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
Public Property Name As String
    Get
    Set
'Usage
Dim instance As TargetApplicationField
Dim value As String

value = instance.Name

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

Property Value

Type: System.String
The name of the field.

Implements

ITargetApplicationField.Name

See Also

Reference

TargetApplicationField Class

TargetApplicationField Members

Microsoft.Office.SecureStoreService.Server Namespace