IdentityProvider.Version Property
There are no comments for Property Version in the schema.
Namespace: Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Version As Byte()
public byte[] Version { get; set; }
public:
property array<unsigned char>^ Version {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Version : byte[] with get, set
function get Version () : byte[]
function set Version (value : byte[])
Property Value
Type: array<System.Byte[]
Returns Byte.
.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.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace