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