 | InspectorPropertyAttributePropertyName Property |
Name of property this attribute belongs to.
Only set manually when collecting inspector type information.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic string PropertyName { get; set; }
Public Property PropertyName As String
Get
Set
public:
property String^ PropertyName {
String^ get ();
void set (String^ value);
}
member PropertyName : string with get, set
Property Value
Type:
String
See Also