Share via


RelationshipEntrySource.CacheIdentifier Property

Gets the file name that the element originates from.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property CacheIdentifier As String
'Usage
Dim instance As RelationshipEntrySource 
Dim value As String 

value = instance.CacheIdentifier
public abstract string CacheIdentifier { get; }
public:
virtual property String^ CacheIdentifier {
    String^ get () abstract;
}
public abstract function get CacheIdentifier () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

RelationshipEntrySource Class

RelationshipEntrySource Members

Microsoft.Data.Schema.SchemaModel Namespace