ProgressionCommonResources.ObjectInstance Property
Looks up a localized string similar to Object Instance.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ObjectInstance As String
public static string ObjectInstance { get; }
public:
static property String^ ObjectInstance {
String^ get ();
}
static member ObjectInstance : string with get
static function get ObjectInstance () : String
Property Value
Type: String
.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
ProgressionCommonResources Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace