NamespacedName Class

Definition

Class to refer resources which contains namespace and name.

public class NamespacedName
type NamespacedName = class
Public Class NamespacedName
Inheritance
NamespacedName

Constructors

NamespacedName()

Initializes a new instance of NamespacedName.

Properties

Name

Name of the resource.

Namespace

Namespace in which the resource exists.

Applies to