FeatureAttribute.Name

FeatureAttribute.Name property

Gets the name of the attribute.

public string Name { get; set; }

Property Value

The name of the attribute.

Exceptions

exceptioncondition
ArgumentNullExceptionThe attribute name is null.
InvalidOperationExceptionThe attribute is locked.

See Also