PartialPermissionSetNamespaceExtension.SourcePermissionsForwarded Property
The permissions from the source namespace that are forwarded to the target namespace.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property SourcePermissionsForwarded As Integer
public abstract int SourcePermissionsForwarded { get; }
public:
virtual property int SourcePermissionsForwarded {
int get () abstract;
}
abstract SourcePermissionsForwarded : int with get
abstract function get SourcePermissionsForwarded () : int
Property Value
Type: System.Int32
Returns Int32.
.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.