ElasticBuildAuthorization.RoleInstance Property

Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := True)> _
Public Property RoleInstance As String
[DataMemberAttribute(IsRequired = true)]
public string RoleInstance { get; set; }
[DataMemberAttribute(IsRequired = true)]
public:
property String^ RoleInstance {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member RoleInstance : string with get, set
function get RoleInstance () : String 
function set RoleInstance (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ElasticBuildAuthorization Class

Microsoft.TeamFoundation.Build.Common Namespace