IScriptSourcedElement.ElementSource Property
Gets the element source for an element.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
ReadOnly Property ElementSource As ElementSource
Get
'Usage
Dim instance As IScriptSourcedElement
Dim value As ElementSource
value = instance.ElementSource
ElementSource ElementSource { get; }
property ElementSource^ ElementSource {
ElementSource^ get ();
}
function get ElementSource () : ElementSource
abstract ElementSource : ElementSource
Property Value
Type: Microsoft.Data.Schema.SchemaModel.ElementSource
Returns a ElementSource.
.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.