Name Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the name of the resource.
Namespace: Microsoft.CommerceServer.Runtime.Configuration
Assembly: Microsoft.CommerceServer.Shared (in Microsoft.CommerceServer.Shared.dll)
Syntax
'Declaration
Public ReadOnly Property Name As String
'Usage
Dim instance As CommerceResource
Dim value As String
value = instance.Name
public string Name { get; }
public:
property String^ Name {
String^ get ();
}
public function get Name () : String
Property Value
Type: System..::.String
A value that represents the name of the resource.
Remarks
Gets a value representing the name of the resource.
Permissions
- 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.