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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.