Table of Contents

Interface IVBPropertyMemberSymbol

Namespace
RDCore.SDK.Model.Symbols.Abstract
Assembly
RDCore.SDK.dll

An interface to help select Property members.

public interface IVBPropertyMemberSymbol

Remarks

Property members can be Get (read), Let (value write), or Set (reference write); property members sharing a name, together define how a property can be used.

Properties

Name

The Name of the property symbol.

string Name { get; }

Property Value

string