ClosureFindAndRelateElementOperation.FoundRoleId Property
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Property FoundRoleId As Guid
'Usage
Dim instance As ClosureFindAndRelateElementOperation
Dim value As Guid
value = instance.FoundRoleId
instance.FoundRoleId = value
public Guid FoundRoleId { get; set; }
public:
property Guid FoundRoleId {
Guid get ();
void set (Guid value);
}
public function get FoundRoleId () : Guid
public function set FoundRoleId (value : Guid)
Property Value
Type: System.Guid
.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
ClosureFindAndRelateElementOperation Class