BExIS.Dlm.Services.DataStructure.DataContainerManager.RemoveExtendedProperty C# (CSharp) Method

RemoveExtendedProperty() public method

public RemoveExtendedProperty ( ExtendedProperty extendedProperty ) : DataAttribute
extendedProperty BExIS.Dlm.Entities.DataStructure.ExtendedProperty
return BExIS.Dlm.Entities.DataStructure.DataAttribute
        public DataAttribute RemoveExtendedProperty(ExtendedProperty extendedProperty)
        {
            throw new NotImplementedException();
        }